﻿@charset "utf-8";
/* CSS Document */

@import url("reset.css");
/* content-font */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/* modelName-font */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);

body {
	font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
	font-size: 60px;
	font-weight: 400;
	color: #e54f00;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
	font-size: 38px;
	font-weight: 400;
	color: #e54f00;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
	font-size: 33px;
	font-weight: 300;
	color: #333;
}
p {
	font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	color: #333;
}
/*------------------------------------
Wrapper
------------------------------------*/
#wrapper {
	background-color: #FFF; /*遮住高度不夠破圖*/
	z-index: 5;
}
/*------------------------------------
Top Nav
------------------------------------*/
#nav_wrapper {
	height: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 14px;
	font-family: sans-serif, Helvetica, Arial, Verdana;
	font-weight: 400;
	z-index: 999;
	position: relative;
	top: 25px;
	margin: 0 auto;
}
#top_nav {
	background-color: rgba(255,255,255,1);
	border-bottom: #CCC solid 1px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: height 200ms ease-in-out;
	transition: height 200ms ease-in-out;
}
#top_nav .inner {
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
/*== nav_title ==*/ 
h1.nav_title {
	display: block;
	float: left;
	/*z-index: 100;*/ 
	font-size: 26px;
	height: 20px;
	margin-left: 20px;
	margin-top: 6px;
}

h1.nav_title a{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial, Verdana;
	font-size: 30px;
	line-height: 1.3;
	color:#444;
}
h1.nav_title a:hover{opacity:0.5;}

.default {
	width: 960px;
	height: 50px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 9999;
	box-shadow: #333 0 0 10px;
	-moz-box-shadow: #333 0 0 10px;
	-webkit-box-shadow: #333 0 0 10px;
}
.fixed h1.nav_title {
	display: block;
	float: left;
	/*z-index: 100;*/ 
	font-size: 26px;
	height: 20px;
	margin-top: 14px;
}
.fixed h1.nav_title a {
	display: block;
}
.fixed h1.nav_title a:hover {
}
.fixed .nav_line {
	float: right;
	margin-top: 23px;
}
/*== nav_line ==*/
.nav_line {
	float: right;
	margin-top: 16px;
}
.nav_line ul {
	list-style-type: none;
}
.nav_line ul li {
	float: left;
	margin-right: 15px;
}
.nav_line ul li a {
	color: #333;
	text-decoration: none;
	padding: 3px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition-property: color, background;
	transition-duration: 0.5s, 0.5s;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-property: color, background;
	-moz-transition-duration: 0.5s, 0.5s;
	-o-transition-property: color, background;
	-o-transition-duration: 0.5s, 0.5s;
}
.nav_line ul li a:hover {
	background: #777777;
	color: #fff;
	transition-property: color, background;
	transition-duration: 0.5s, 0.5s;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-property: color, background;
	-moz-transition-duration: 0.5s, 0.5s;
	-o-transition-property: color, background;
	-o-transition-duration: 0.5s, 0.5s;
}
.nav_line ul li a.select {
	background: #777777;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*------------------------------------
content
------------------------------------*/
#content {
	width: 100%;
	height: 100%;
}
#content .center {
	width: 960px;
    margin: 30px auto 70px auto;

}
#content .center .spec, .gallery, .download, .faq {
	width: 960px;
}
/*------------------------------------
Spec
------------------------------------*/
.table_style2 {
	/*background-color: #1f1f1f;*/
	border: solid #313131 1px;
	width: 95%;
	border-collapse: collapse;
	margin: 0 auto;
}
.table_style2 td {
	border: solid #C3C3C3 1px;
	border-collapse: collapse;
	height: 40px;
}
.table_padding {
	padding: 5px 10px;
}
.spec .table2_title_left {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}
.table_style2_l {
	background-color: #E1E1E1;
}
.left_middle {
	text-align: left;
	vertical-align: middle;
}
.content {
	color: rgb(51, 51, 51);
	line-height: 1.8;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
}
/*------------------------------------
Gallery
------------------------------------*/
.container {
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top:100px;
}
.container .MagicMagnifyPlusContainer {
	margin: 5px auto;
}
.content_link {
	font-family: Arial, Helvetica, verdana, sans-serif;
	color: #3C3C3C;
	line-height: 18px;
	vertical-align: top;
	font-size: 12px;
	text-decoration: underline;
}
.dl_link {
	font-family: Arial, Helvetica, verdana, sans-serif;
	color: #c20000;
	line-height: 18px;
	vertical-align: top;
	font-size: 12px;
	text-decoration: underline;
}
.dl_link:hover {
	font-family: Arial, Helvetica, verdana, sans-serif;
	color: #e50000;
	line-height: 18px;
	vertical-align: top;
	font-size: 12px;
	text-decoration: underline;
}
#SKU_BLOCK {
	width: 430px;
	padding: 10px 10px 10px 10px;
	background: url(images/sku_block_bg.png) no-repeat;
	overflow: hidden;
	/* Background color and gradients 背景色和漸變*/
	background: linear-gradient(#fcfcfc, #e3e3e3);
	background-color: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc, #e3e3e3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#e3e3e3));
	border: 1px solid #c6c4c4;
	border-radius: 6px;
	margin: 30px auto 50px auto;
}
#SKU_BLOCK #SKU_BTN {
	display: block;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
#SKU_BLOCK #SKU_BTN li {
	float: left;
	display: block;
	width: auto;
	height: 25px;
}
#SKU_BLOCK #SKU_BTN li a {
	display: block;
	height: 18px;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	margin-right: 5px;
	background: url(../images/sku_block_btn.png) top left repeat-x;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #444444;
	border-top: solid 1px #565656;
	border-left: solid 1px #666666;
	box-shadow: 1px 1px 1px rgba(0%,0%,0%,0.2);
	cursor: pointer;
}
#SKU_BLOCK #SKU_BTN li a:hover {
	background: url(../images/sku_block_btn.png) bottom left repeat-x;
	border-top: solid 1px #555555;
	border-left: solid 1px #424242;
	border-bottom: solid 1px #252525;
	border-right: solid 1px #2b2b2b;
}
#SKU_BLOCK #SKU_PIC_BOX {
	clear: both;
	display: block;
	width: 850px;/*height:60px;*/
}
/*#SKU_BLOCK #SKU_PIC_BOX .sku_box img{
	margin-left:4px;
}*/

#SKU_BLOCK #SKU_PIC_BOX .sku_box a {
	display: block;
	width: 80px;
	height: 60px;
	/*margin-left:1px;*/
	float: left;
	border: solid 2px transparent;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#SKU_BLOCK #SKU_PIC_BOX .sku_box a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#SKU_BLOCK #SKU_PIC_BOX .sku_box a:first-child { /*Setting margin-left of the lastest img to zero */
	margin-left: 0;
}
#SKU_BLOCK #SKU_PIC_BOX .sku_box a.select {
	border: solid 2px #59C9E9;
	opacity: 1;
	filter: alpha(opacity=100);
}
#SKU_BLOCK #SKU_BTN li a.sku_select {
	background: url(../images/sku_block_btn.png) bottom left repeat-x;
	border-top: solid 1px #252525;
	border-left: solid 1px #2b2b2b;
	border-bottom: solid 1px #555555;
	border-right: solid 1px #424242;
	cursor: default;
}


/*------------------------------------
Download
------------------------------------*/
#content .center .download{}


.download #toggle-view {
	list-style:none;
	padding:0 10px 0 10px;
}

.download #toggle-view li {
	margin:10px 10px 10px 10px;
	/*border-bottom:1px solid #ccc;*/
	/*position:relative;*/ /*這個樣式IE10會顯示異常*/
}


.download #toggle-view li .dd{width:960px;}
.download #toggle-view li .dd .table_style2{width:960px;}

.download #toggle-view h3{
    font-size: 22px;
    padding-left: 30px;
    font-weight: 400;
    color: #888;
}

h3.toogle-h3 {
    margin-bottom: 20px;
    color: #09F;
    font-weight: 400;
    font-size: 25px;
}

.download #toggle-view h3.toogle-h3{
	margin:0;
	font-size:25px;
	display: inline;
	font-weight: 400;
	color: #333;
	margin-left:-31px;
}
.download #toggle-view span {
	font-size:25px;
	color: #333;
}	
.download #toggle-view .panel {
	margin-top:10px;
	margin-bottom:-10px;
}
.download .img_padding{
	padding-left: 10px;
}

.download td.table2_title_right{
	text-align:right;
}

.download td.content{
	color: rgb(51, 51, 51);
    line-height: 1.8;
    text-decoration: none;
    text-align: justify;
    font-weight: 300;
	font-size: 16px;
	font-family: 'Roboto Condensed', "微軟正黑體", sans-serif, Helvetica, Arial, Verdana;
}


/* 新增BIOS */
.download #Download-2 .table2_title_left{text-align: right;}
.download #Download-3 .table2_title_left{text-align: right;}

div#Download-2 {width: 960px;}
div#Download-3 {width: 960px;}
div#Download-4 {width: 960px;}

div#Download-4 td.table2_title_left.table2_frame4_r{
	text-align: right;
	font-weight: 400;
}

div#Download-3 td.table2_title_left.table2_frame4_r{
	text-align: right;
	font-weight: 400;
}

.download .bios_table_style{
	width:700px;
	height:172px;
	background-image:url(../images/bios_infobg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.download .bios_table_style p{
	margin:0;
	padding:15px 15px 15px 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:1.6;
}


.download .bios_table_style strong{}

.download .bios_table_style p.table1{
	margin-bottom:-15px;
}

.download .bios_table_style p.table2{
	margin:0;
}

.download .bios_table_style p.table2 a{
	color:#09F;
	text-decoration:none;
}

.download .Dtbl
{
    width: 90%;
    text-align: left;
}
.download .Dtbl_r
{
    width: 90%;
    text-align: right;
}

.download #toggle-view .panel #Download-2{
	width:960px;
}

.downloaad_btn a:hover {
color:#0FF;
}


.downloaad_btn {
    background: url(../images/download_btn_01.png) no-repeat left;
    height: 35px;
    display: block;
    float: left;
    margin-right: 5px;
    border: 0;
}

.downloaad_btn a {
    background: url(../images/download_btn_02.png) repeat-x;
    float: left;
    margin: 0 0 0 40px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    line-height: 35px;
    text-align: center;
    height: 35px;
    color: #fff;
    text-decoration: none;
}

.downloaad_btn span {
    background: url(../images/download_btn_03.png) no-repeat right;
    width: 10px;
    height: 35px;
    float: left;
    display: table-cell;
}

.download .table_style2 {
    border: solid #313131 1px;
    border-collapse: collapse;
    margin: 0 auto;
    width: 880px !important;
}

.download #Download-2 table.Content {margin: 0 auto;}
.download #Download-3 table.Content {margin: 0 auto;}
.download #Download-4 table.Content {margin: 0 auto;}






/*------------------------------------
FAQ
------------------------------------*/
#content .center .faq {
	margin-top: 80px;
    font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
    font-size: 14px;
    color: #B10505;
    line-height: 1.8;
    font-weight: 400;
    padding-left: 20px;
}
#content .center .faq .table2_title_left {
	font-size: 22px;
	color: #555;
	line-height: 1.8;
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
	background-color: rgb(243, 243, 243);
	padding-left: 20px;
}

#content .center .faq .title3_blue {
	font-size: 14px;
	color: #59C9E9;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#content .center .faq p.MsoListParagraph {
	margin: 10px 0 0 0 !important;
}
#content .center .faq p.MsoListParagraph span {
	font-size: 15px !important;
	font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana !important;
}
#content .center .faq .cc {
	width: 920px;
	padding-left: 43px !important;
    margin-bottom: 20px;
}
#content .center .faq h3.faq_more_arrow_bg {
	background-color: rgb(243, 243, 243);
}

.faq .table2_title_left {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}











/*------------------------------------
go TOP
------------------------------------*/
#gotop {
	display: none;
	position: fixed;
	/*left:50%;*/
	right: 28px;
	bottom: 35px;
	/*margin-left:500px;*/    
	text-indent: -9999px;
	width: 46px;
	height: 45px;
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 9999;
}
#gotop:hover {
	background-position: left bottom;
}
#gotop a {
	display: block;
	width: 46px;
	height: 45px;
}
